NevronOpenVision
Nevron.Nov.Diagram Namespace / NPage Class / GetShapes Method / GetShapes(Boolean,INFilter<NShape>) Method
true if shapes belonging to groups must be included, false if only shapes belonging to the page must be included
GetShapes(Boolean,INFilter<NShape>) Method
Gets all top level shapes contained in this page, that pass the specified filter.
Syntax
public NList<NShape> GetShapes( 
   System.bool includeGrouped,
   INFilter<NShape> filter
)

Parameters

includeGrouped
true if shapes belonging to groups must be included, false if only shapes belonging to the page must be included
filter
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also